EventsCalendar for ASP.NET Web Forms
Export(String,IList<Event>) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendarXmlExchanger Class > Export Method : Export(String,IList<Event>) Method
A System.String containing the full path (including the file name and extension) to export.
A System.Collections.Generic.IList`1 object.
Exports the appointments's data to a file.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal path As System.String, _
   ByVal appointments As System.Collections.Generic.IList(Of Event) _
) 
public void Export( 
   System.string path,
   System.Collections.Generic.IList<Event> appointments
)

Parameters

path
A System.String containing the full path (including the file name and extension) to export.
appointments
A System.Collections.Generic.IList`1 object.
See Also

Reference

C1EventsCalendarXmlExchanger Class
C1EventsCalendarXmlExchanger Members
Overload List